home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / hf / dsp / dsp4src / recoder.mem < prev    next >
Encoding:
Text File  |  1994-04-01  |  705 b   |  21 lines

  1. ;***************************************************************
  2. ;* LPC.MEM -- Memory allocation controls for LPC Codec           *
  3. ;*                                   *
  4. ;* Copyright (C) 1991, 1992 by Alef Null. All rights reserved. *
  5. ;* Author(s): Jarkko Vuori, OH2LNS                   *
  6. ;* Modification(s):                           *
  7. ;***************************************************************
  8.  
  9. ; P memory usage
  10. ;   0000 -    program code
  11.  
  12. ; X, Y memory usage
  13. ;   0000 - 01FF misc data (pointers, counters, etc.)
  14. ;   0200 - 03FF input/output sample buffers
  15.  
  16. ; p:, x: and y: must begin after leonid
  17. base        x:$18,y:$18,p:$40
  18.  
  19. ; Samples section contains all modulo addressed parts of the LPC Codec
  20. section     Samples     x:$800,y:$800
  21.